home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12971 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: druid.borland.com!usenet
  2. From: pete@borland.com (Pete Becker)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Coding Standards
  5. Date: 22 Mar 1996 19:14:28 GMT
  6. Organization: Borland International
  7. Message-ID: <4iuu6k$6a6@druid.borland.com>
  8. References: <4hj8ek$elu@sam.inforamp.net> <4hktar$5o2@galaxy.ucr.edu> <4hmqol$97j@abacus.abasoft.co.uk> <4hsg8r$pmm@sam.inforamp.net> <4i9o6j$p4l@daisy.pgh.wec.com> <4idskb$pc1@sam.inforamp.net> <314EBD08.43BC@virtus.com> <4io2i7$n9v@sam.inforamp.net>
  9. NNTP-Posting-Host: pbecker.borland.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14. In article <4io2i7$n9v@sam.inforamp.net>, rmorin@inforamp.net says...
  15. >
  16. >In article <314EBD08.43BC@virtus.com>,
  17. >   "Richard F. Albury" <richard.albury@virtus.com> wrote:
  18. >>// is the standard C++ comment, so I'm not sure I understand your objection.
  19. >
  20. >What I meant was that the /* */ has been the only standard comment for years. 
  21. > The // comment style is a new proposed standard.
  22. >
  23. >>>         -a class which can be instantiated with a "new" must have a copy
  24. >>> constructor, a destructor and an assignment operator definition.
  25. >>
  26. >>It's good discipline.  Read Scott Meyers' books for more info.
  27. >
  28. >Unfortunately, if we follow everybodies good discipline guidelines, we would 
  29. >miss our October deadline by a few years.
  30. >
  31.  
  32. Unfortunately, if you don't follow guidelines like this, you will miss your 
  33. subsequent maintenance deadlines by many years. You'll spend all your time 
  34. tracking down mysterious failures that arise when you try to enhance the 
  35. program, rather than spending time on the enhancements themselves.
  36.  
  37.